home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / UDIGIT.ZIP / UDIGIT.TXT < prev   
Encoding:
Text File  |  1996-04-04  |  1.0 KB  |  40 lines

  1. TDigit by Alberto Garcia Alvarez
  2. (C) 1996 Alberto Garcia Alvarez
  3.  
  4. Gijon, 5 de Abril de 1996
  5.  
  6. This software is Source-freeware!
  7.  
  8. Please let me know your comments on the component.
  9.  
  10. VCL Component  that simulates one digital number
  11.  
  12. Methods
  13.         Incrementa : Increase the counter
  14. Properties
  15.     Color : Background color
  16.     ColorOn : Color of the on segment 
  17.     ColorOff : Color of the off segment
  18.     Value : Decimal value of the display
  19.         ValueBinary : Binary value to light segments directly.
  20. Events
  21.     OnOverflow : Call when the decimal count are reached.
  22.  
  23. More, see source code.
  24.  
  25. Let me know what yor think of the control.
  26.  
  27. files : udigit.dcr
  28.         udigit.pas
  29.         udigit.txt
  30.  
  31. Enjoy!,...
  32.  
  33. e-mail: agarcia@etsiig.uniovi.es
  34.         Escuela Tecnica Superior de Ingenieros Industriales e Informaticos
  35.         Centro de Inteligencia Artificial. Gijon 
  36.         Universidad de Oviedo . Asturias . EspaƱa
  37.  
  38. P.D.: If you use Delphi 1.X, delete udigit.dcr and then try to install
  39. the component.
  40.